Welcome![Sign In][Sign Up]
Location:
Search - NeHe OpenGL all

Search list

[OpenGL programNeHe_Tutorials_Help

Description: NEHE的opengl教程(含所有章节代码)帮助文件,英文版-NEHE the opengl Guide (containing all the chapters code) to help document, in English
Platform: | Size: 1603584 | Author: caowenli | Hits:

[OpenGL programglut

Description: 在Nehe的主页上一共提供了4种不同风格的OpenGL程序框架,分别为glut,Win32,面向对象的Win32,在加上Nehe教程中使用的那一种。 相信没有几个读者会耐着性子,把Nehe的第一个教程看完并编译成功,因为那里面有着数不清的数据结构和函数,我也是费了整整12个小时才把它翻译和排版好。 好了,不浪费读者的时间了。在这四个框架中以面向对象的Win32框架写的最后,并且功能最全,我们就简单得介绍一下它的使用,你可以用它学习OpenGL的函数,当你对OpenGL的结构有了一定的了解后,不妨看看源代码,我把一切可能的注释都写进了源代码里,希望对你有帮助。 为了使用这个框架,你必须熟记以下四个函数,我们用它来完成OpenGL的逻辑: * bool Initialize() * 执行所有的初始化工作,如果成功函数返回true * * void Deinitialize() * 执行所有的卸载工作 * * void Update(DWORD milliseconds) * 执行所有的更新操作,传入的参数为两次操作经过的时间,以毫秒为单位 * * void Draw() * 执行所有的绘制操作 我们从Initialize()函数说起-in the home page will provide a total of four different styles of OpenGL procedural framework, respectively glut, Win32, Win32 object-oriented, Nehe together with the use of the Directory kind. Few believe that the readers would first have tolerance, Nehe of a reading tutorial and compile successful, because it has a lot of inside data structure and function, I also spent a full 12 hours before its translation and typesetting good. Well, do not waste the reader's time. In this framework to four object-oriented framework written in Win32 Finally, and most functional whole, We simply have on its use, you can use it to study the function of OpenGL. When you OpenGL structures of a certain understanding, and may wish to look at the source code, I put all of the Notes may have been written i
Platform: | Size: 287744 | Author: zw | Hits:

[OpenGL programOOWin32

Description: NeHe SDK是把Nehe的教程中所介绍的所有功能,以面向对象的形式,提供给编程人员快速开发的一套编程接口。在下面的教程中,我将按NeHe SDK源码的功能分类,一步一步把这套api介绍给大家。如果你觉得有更好的学习方法,或者有其他有益的建议,请联系我。zhouwei02@mails.tsinghua.edu.cn,zhouwei506@mails.gucas.ac.cn 我在第四课的基础上,把公共的功能提取出来,并删除了特定的绘制函数,就完成了这个空白的程序框架,它可以使用基本的OpenGL绘制命令,并提供视口,文本,纹理类的接口,实用他们可以快速创建你想要的效果。 这个框架分为两个部分,启用main.cpp文件完成创建窗口,提供必需的全局变量和执行程序循环等固定的功能。在以后的演示程序中一般不在改变。draw.cpp文件完成具体的绘制操作,它随你的应用而变化。 main.cpp的所有功能在前面的课程中都详细讲解过,这里只是把整个程序结构在说明一下,让你有一个清晰的认识。下面是它的七大结构 头文件和全局变量 Windows主函数 根据用户设置配置OpenGL的窗口 创建OpenGL运行的窗口,并返回窗口的句柄 设置绘制字体的参数 程序循环 退出程序 我们一一介绍如下:-Retrieved SDK is Nehe curricula introduced in all functions to the object-oriented form, available to the programmers a rapid development of the programming interface. In the following tutorial, I will be Retrieved SDK source of functional classification, step by step to bring this api introducing to you. If you think you have a better method of study, or for some other useful suggestions, please contact me. Zhouwei02@mails.tsinghua.edu.cn. I zhouwei506@mails.gucas.ac.cn in the fourth lesson on the basis of public function extracted, and the deletion of specific mapping function, it was completed in the blank procedural framework, It can use the OpenGL rendering basic order and inspection mouth, text, and texture type of interface, Practical fast they can create the effect you want. The fr
Platform: | Size: 64512 | Author: zw | Hits:

[OpenGL programTheGraveyard2

Description: NEHE的OPENGL例子,VC++的,不说大家都知道的啦-NEHE the OpenGL example, VC, we all know that the Matata
Platform: | Size: 1662976 | Author: dfsfsfs | Hits:

[OpenGL program3DSLOADER

Description: 周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的学习教材-Zhou Wei, the Chinese-language nehe opengl tutorial Chapter 48, the latest online Can not download, like to have friends can share, I will catch him all the code upload, once again thank the selfless friend to provide us with such a good learning materials
Platform: | Size: 3738624 | Author: YFT | Hits:

[OpenGL programMY3DS-3d

Description: 周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的学习教材-Zhou Wei, the Chinese-language nehe opengl tutorial Chapter 48, the latest online Can not download, like to have friends can share, I will catch him all the code upload, once again thank the selfless friend to provide us with such a good learning materials
Platform: | Size: 90112 | Author: YFT | Hits:

[OpenGL programNeHeOpenGL

Description: 周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的学习教材-Zhou Wei, the Chinese-language nehe opengl tutorial Chapter 48, the latest online Can not download, like to have friends can share, I will catch him all the code upload, once again thank the selfless friend to provide us with such a good learning materials
Platform: | Size: 1437696 | Author: YFT | Hits:

[OpenGL programVCOpenGL01

Description: 周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的学习教材-Zhou Wei, the Chinese-language nehe opengl tutorial Chapter 48, the latest online Can not download, like to have friends can share, I will catch him all the code upload, once again thank the selfless friend to provide us with such a good learning materials
Platform: | Size: 2993152 | Author: YFT | Hits:

[OpenGL programlesson1-28_200710download

Description: Pudn上关于NeHe OpenGL上的源代码,全是2006年和2005年的,在最新10月28日 NeHe的主页上提供的代码大部分都更新过了. 建议大家不要看中文教程,因为那都是2006年上半年的.技术更新的速度很快啊.-NeHe OpenGL on Pudn the source code, all in 2006 and 2005, in the latest October 28 NeHe s home page to provide most of the code are updated. Recommends U.S. not to read the Chinese curriculum, because it is the first half of 2006. technical update fast ah.
Platform: | Size: 2248704 | Author: 阮健 | Hits:

[OpenGL programNeHeOpenGL(Chs)

Description: 著名的NEHE的OPENGL教程中文版,VC++语言全部实例,非常详细!-NEHE famous Chinese version of OPENGL tutorials, VC++ Language all the examples, very detailed!
Platform: | Size: 5491712 | Author: 赵杰伊 | Hits:

[OpenGL programNEHE

Description: NeHe教程系列的源代码 很不错的-NeHe tutorial series of source code is very good
Platform: | Size: 7843840 | Author: 五月尘 | Hits:

[GDI-Bitmap[NeHe.OpenGL.translate]

Description: vc版的opengl教程,很有名气,应该大家都知道了,内容由浅入深,适合初学者学习用,非常棒-vc version of opengl tutorial, very well-known, should we all know, the easy-to-digest content is suitable for beginners to learn to use, great
Platform: | Size: 363520 | Author: wangyang | Hits:

[Game EngineNeHe

Description: opengl游戏开发经典 Nehe的源码(全)-opengl game development Nehe classic source (all)
Platform: | Size: 9167872 | Author: sdfkas | Hits:

[Game EngineNeHeOpenGLsourcecode

Description: 你想迈入游戏开发的大门吗,通过循序渐进的学习NeHe Opengl的开发教程,完全可以达到这个目标,针对初学者,只有有耐心,就完全可以掌握OpenGL三维动画技术,成为一名游戏程序员。机会就在自己的把握中。教程中包括中文版的chm格式教材,和所有源代码,源代码用VC6。0 调试通过。-You want to enter the door of game development you through step-by-step learning NeHe Opengl the development of curricula, can achieve this goal, for beginners, only have the patience, it can fully grasp the OpenGL three-dimensional animation technology, to become a game programmer. Opportunity in their grasp of. Tutorial, including Chinese language version of the chm format materials, and all source code, source code with VC6. 0 debug through.
Platform: | Size: 41996288 | Author: 刘凯 | Hits:

[OpenGL programNEHEOpenGl

Description: 完整的NEHE OpenGL教程,包括全部源代码-NEHE OpenGL tutorial complete, including all source code
Platform: | Size: 13612032 | Author: 黄朝亮 | Hits:

[OpenGL programnehe-opengl-chinese-all-version

Description: nehe OPENGL 简体中文教程48课完全版,每课含示例代码,极品-Simplified Chinese nehe OPENGL Tutorial Lesson 48 full version, including sample code for each class, the best! ! !
Platform: | Size: 9764864 | Author: 曾方敏 | Hits:

[OpenGL programvc6.0-nehe-opengl

Description: 所有的NEHE OPENGL例子的源程序,在VC 6.0下使用-The source of all NEHE OPENGL example, VC 6.0
Platform: | Size: 66263040 | Author: julia | Hits:

[OpenGL programNeHe

Description: NeHe的Opengl教程的所有源码。里面一共有48课的源代码,并且带有详细注释,是学习opengl的很好的教程。-NeHe' s tutorial Opengl all the source code. There were a total of 48 lessons of the source code, and with detailed notes, is a good tutorial to learn opengl.
Platform: | Size: 8811520 | Author: 许垚翔 | Hits:

[OtherNeHe-OpenGL

Description: Nehe OpenGL教程,NeHe SDK是把Nehe的教程中所介绍的所有功能,以面向对象的形式,提供给编程人员快速开发的一套编程接口。-Nehe OpenGL tutorials, NeHe SDK tutorial is to Nehe all the features described in the form of object-oriented, available to programmers to quickly develop a set of programming interfaces.
Platform: | Size: 2684928 | Author: xzq | Hits:

[OpenGL programDelphi Nehe Lesson 5,6,7,8,9,10,12,13,14,32

Description: Nehe OpenGL Delphi 的学习笔记,自己编写可运行代码,含 exe 文件 含所有需要的库文件 有 5,6,7,8,9,10,12,13,14,32 课 的运行代码(Nehe OpenGL Delphi Learning Note. Runable Code,including exe file Contain all your need Lesson Coded : 5 6 7 8 9 10 12 13 14 and 32(Picking).)
Platform: | Size: 19878912 | Author: SongDawei | Hits:
« 12 »

CodeBus www.codebus.net